home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000243_news@newsmaster….columbia.edu _Fri Oct 30 11:46:17 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA16496
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 30 Oct 1998 11:46:16 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA18631
  7.     for kermit.misc@watsun; Fri, 30 Oct 1998 11:46:16 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Newbie printing question
  12. Date: 30 Oct 1998 16:46:14 GMT
  13. Organization: Columbia University
  14. Lines: 40
  15. Message-ID: <71cqgm$s4a$1@apakabar.cc.columbia.edu>
  16. References: <363616F2.9731F58E@hotmail.com> <3638AF9D.33522C89@netscape.com> <71ablu$juj$1@apakabar.cc.columbia.edu> <3639C59B.CC6A36F9@netscape.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9443
  19.  
  20. : This is what is displayed.
  21. : ?Connection on Com2 is not open.
  22. : ?Connection on Com2 is not open.
  23. : ?Connection on Com2 is not open.
  24. : ?Carrier required but not detected
  25. : ?Connection on Com2 is not open.
  26. : ?Connection on Com2 is not open.
  27. : ?Connection on Com2 is not open.
  28. : ?Connection on Com2 is not open.
  29. : Closing Com2...Ok
  30. : I have included all of the files that are used and worked before the upgrade.
  31.  
  32. You are using 
  33.  
  34.   SET PORT COM2
  35.  
  36. followed by INPUT and OUTPUT commands.  If you do not have a connection
  37. then in order for the INPUT and OUTPUT commands to work you must turn
  38. of Carrier Watch.
  39.  
  40.   SET CARRIER-WATCH OFF
  41.  
  42. But given what you are trying to accomplish you are most likely better 
  43. off with:
  44.  
  45.   SET PORT COM2
  46.   SET SPEED ...
  47.   SET FLOW ...
  48.   SET MODEM TYPE ...
  49.   ANSWER
  50.   SERVER
  51.   HANGUP
  52.  
  53.  
  54.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  55.                  The Kermit Project * Columbia University
  56.               612 West 115th St #716 * New York, NY * 10025
  57.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org